From: Richard M. Stallman Date: Sun, 25 Sep 1994 17:43:58 +0000 (+0000) Subject: (update_echo_area): New function. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~89975 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=131f213390e3f4bfccd3ff01f39499cfa9bcdbe2;p=emacs.git (update_echo_area): New function. --- diff --git a/src/xdisp.c b/src/xdisp.c index fedc9628e89..09399a75ef6 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -348,6 +348,12 @@ message (m, a1, a2, a3) } } +void +update_echo_area () +{ + message2 (echo_area_glyphs, echo_area_glyphs_length); +} + static void echo_area_display () {